-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epic(wren-ui): Feedback & correction Loop #543
Open
andreashimin
wants to merge
15
commits into
main
Choose a base branch
from
epic/feedback-loop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(wren-ui): add clsx package * feat(wren-ui): rename promptThread to thread * feat(wren-ui): add references side float to thread * feat(wren-ui): show actual count for show all button
…ure (#506) * chore: Add migration for creating thread_response_explain table * chore: Add analysisSql method to WrenEngineAdaptor * adding explain api to ai service adapter: * fix migration errer * chore(wren-ui): Add regenerations API to wrenAIAdaptor --------- Co-authored-by: andreashimin <[email protected]>
* feat(wren-ui): adjust ReferenceSideFloat detailed styles * feat(wren-ui): add AdjustmentSideFloat & ReviewDrawer * feat(wren-ui): change wording to feedback * feat(wren-ui): rename component & filename
* Chore: move background tracker for thread responses * use abstract class * rm comment
…rmation in Thread Detail UI (#527) * feat(wren-ui): add regeneration API * feat(wren-ui): make strategy in thread response background tracker * feat(wren-ui): rename enum & add comment in AI adapter * feat(wren-ui): implement RegeneratedThreadResponse graphQL API * feat(wren-ui): modify getResponsesWithThread in repository & provide corrections in getThread resolver * feat(wren-ui): generate createRegeneratedThreadResponse graphql API * feat(wren-ui): implement submit review drawer flow * feat(wren-ui): refine type issues in UI * feat(wren-ui): add underline & select-none utilities class * feat(wren-ui): add regenerated answer information on UI * feat(wren-ui): refine review drawer submit flow * feat(wren-ui): refine error handler when submit review * feat(wren-ui): rename mutation to CreateCorrectedThreadResponse * fix(wren-ui): remove thread existence check
* update deploy ai service response structure * add explainBackgroundTracker * set columns in threadResponseExplain table to nullable * add analysis api in ibis adaptor * implement util to add autoIncremented id * feature: feedback loop create explanation job * add explain status for FE to check if the explanation job is requested or not * fix rebase error * feat: Add threadResponseExplainRepository to apollo server context * update migration file * upper case error code * get latest explain, modify base repository orderby parameter * add error code for OLD_VERSION error * fix lint error * update error message in migration file * feat(wren-ui): Integrate thread response explanation API & refine process (#539) * feat(wren-ui): add ExplainTaskStatus enum to schema, add reverseEnum helper, fix transform statusAndError, fix non-nullable reference's summary value * feat(wren-ui): generate createThreadResponseExplain graphQL API * feat(wren-ui): replace references data to API's data * feat(wren-ui): refine explain references flow in UI * feat(wren-ui): refine error showing when get explanation failed * feat(wren-ui): refine the references old version & error retry process * feat(wren-ui): generate references number sequence * feat(wren-ui): show the first reference in step when uncollapse * feat(wren-ui): save correction's reference number to DB * feat(wren-ui): update retrieve error text from BE only * feat(wren-ui): add CreateThreadResponseExplain graphQL API error handler --------- Co-authored-by: Shimin <[email protected]>
…onse when explain status is undefined
* feat(wren-ui): add sql highlight component, add format sql in asking service * feat(wren-ui): add two-way binding hovered highlight * fix(wren-ui): modify debug function * fix(wren-ui): user selection issue * fix(wren-ui): omit stepIndex type on collapseContentProps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
feat(wren-ui): Add References UI #489
feat(wren-ui): Add Pending Feedbacks UI #498
Chore: add migration files and update adaptors for feedback loop feature #506
Chore: move background tracker for thread responses #510
Feature: implement feedback loop explain process #528
feat(wren-ui): Integrate thread response explanation API & refine process #539
feat(wren-ui): Create Regenerated Response API & Add Regenerated Information in Thread Detail UI #527
feat(wren-ui): SQL Highlight References #543